We only have GtkBox nowadays.
PROP_MESSAGE_AREA,
g_param_spec_object ("message-area",
P_("Message area"),
- P_("GtkVBox that holds the dialog's primary and secondary labels"),
+ P_("GtkBox that holds the dialog's primary and secondary labels"),
GTK_TYPE_WIDGET,
GTK_PARAM_READABLE));
* See gtk_dialog_get_content_area() for the corresponding
* function in the parent #GtkDialog.
*
- * Returns: (transfer none): A #GtkVBox corresponding to the
+ * Returns: (transfer none): A #GtkBox corresponding to the
* “message area” in the @message_dialog.
*
* Since: 2.22